[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 92 Fn E10D  - Da Vinci EMail Dispatcher - "netsubmitname"              [e]

   AX = E10Dh
   BX = size of parameter block in words (0006h)
   CX:DX -> parameter block (see below)

Return: AX = status (see AH=E1h)
Desc:  this function is used to verify username/password

See Also: AX=E10Eh

Format of parameter block:
Offset Size    Description
 00h   WORD    segment of uppercase password string
 02h   WORD    offset of uppercase password string
 04h   WORD    segment of uppercase username string
 06h   WORD    offset of uppercase username string
 08h   WORD    segment of "DVSEMAIL"
 0Ah   WORD    offset of "DVSEMAIL"

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson